@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    height: 90px;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    height: 90px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 90px;
    text-align: center;
    height: 90px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/

.nav{}
.nav ul li {
    float: left;
    width: 80px;
    height: 90px;
    text-align: center;
    transition: none;
    position: relative;
    margin-left: 2px;
}

.nav ul li:first-child {
    background: none;
}

.nav ul li > a {
    display: block;
    font-size: 14px;
    color: #4b2927;
    text-align: center;
    transition: none;
    height: 60px;
    line-height: 60px;
    padding-top: 16px;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    background: #ffb900;
    background-size: 80px 76px;
    color: #FFFFFF;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 90px;
    left: -20px;
    z-index: 99;
    width: 120px;
    transition: none;
    background: rgba(0,0,0,0.5);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);*/
    padding: 15px 0;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
}
.nav-menu dl dt a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}
.nav-menu dl dt:hover a{
    color: #ffb900;
}

.nav-news{
    float: left;
    height: 210px;
    border-left: 1px #dddddd solid;
}
.nav-news .nnews-list{
    float: left;
    width: 227px;
    margin-left: 20px;
    text-align: left;
}
.nav-news .nnews-list img{
    display: block;
    width: 227px;
    height: 113px;
}
.nav-news .nnews-list h6{
    font-size: 14px;
    line-height: 38px;
}
.nav-news .nnews-list p{
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    color: #666666;
}

.header .right-header {
    float: right;
}

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner {
    height: 615px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner .flexslider {
    height: 615px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
}

.banner .slides li {
    height: 615px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block;
}

.banner .slides li a {
    display: block;
    height: 100%;
}

.sub-banner {
    height: 446px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li {
    height: 446px;
}


/*图片指示*/
.banner .flex-control-nav{
    display: none;
}
/*.banner .flex-control-nav{
    position:absolute; bottom:115px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:38px; height:4px; cursor:pointer; background: #004e97; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #ffffff; width: 38px; height: 4px}*/
/*左右方向按钮*/
.flex-direction-nav a{
    width:69px; height: 69px;  overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/right01.png") no-repeat; background-size: 69px 69px;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/left01.png") no-repeat; background-size: 69px 69px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}

/*index-section*/
.index-section{
    min-height: 366px;
    padding: 30px 0;
    position: relative;
    background: #FFFFFF;
}
.index-title{
    line-height: 30px;
    color: #4b2927;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px #dedede solid;
    padding: 10px 0;
}
.index-title h6{
    float: left;
    padding-left: 35px;
}
.index-title h6.icon01{ background: url("../images/i-icon01.png") left center no-repeat;}
.index-title h6.icon02{ background: url("../images/i-icon02.png") left center no-repeat;}
.index-title h6.icon03{ background: url("../images/i-icon03.png") left center no-repeat;}

.index-title span{
    font-size: 14px;
    color: #909090;
    text-transform: uppercase;
}
.index-title .title-more{
    float: right;
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url("../images/more01.png") center no-repeat;
}
/* 董事长致辞 */
.index-speech{
    float: left;
    width: 610px;
}
.index-speech .speech-box{
    height: 285px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    background: url("../images/profile-bg.png") right top no-repeat;
}
.speech-box .leader{
    float: left;
    width: 184px;
}
.speech-box .leader img{
    display: block;
    width: 184px;
    height: 282px;
}
.speech-box .speech-info{
    float: right;
    width: 380px;
    margin-right: 20px;
}
.speech-box .speech-info h2{
    font-size: 24px;
    color: #ffb900;
    text-transform: uppercase;
    line-height: 30px;
}
.speech-box .speech-info h6{
    font-weight: bold;
    font-size: 16px;
    color: #2f2f2f;
}
.speech-box .speech-info .p-more{
    display: block;
    width: 98px;
    height: 38px;
    background: url("../images/more02.png") center no-repeat;
}
.speech-box .info{
    height: 154px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
}
.speech-box .speech-info img{
    display: block;
    width: 370px;
    height: 82px;
}
/* 董事长致辞 end */
/* 新闻中心 */
.index-news{
    float: right;
    width: 530px;
}
.news-list{
    width: 255px;
}
.news-list .news-img{
    width: 252px;
    height: 124px;
    position: relative;
    border-left: 3px #4b2927 solid;
}
.news-list:first-child .news-img{
    width: 252px;
    height: 124px;
    position: relative;
    border-left: 3px #ffb900 solid;
}
.news-list .news-img .note{
    position: absolute;
    top: -10px;
    left: -5px;
    width: 40px;
    height: 40px;
}
.news-list ul li{
    padding: 10px 0;
    border-bottom: 1px #c8c8c8 dashed;
}
.news-list ul li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
}

/* 新闻中心 end */
/* 荣誉资质 */
.index-honor{
    background: #f5f5f5;
    min-height: 330px;
}
.honor-list .runImg{
    width: 1200px;  position: relative;
    padding-top: 20px;
}
.honor-list .runImg>span{
    display: inline-block;
    width: 52px;
    height: 52px;
}
.honor-list .runImg .run{
    width: 1200px;  height: 209px;  position: relative;  overflow: hidden;  margin: 0 auto;
}
.honor-list .runImg .run ul{
    position: absolute;
}
.honor-list .runImg .run ul li{
    float: left;  width: 296px;  margin-right: 4px;
    height: 209px;
    text-align: center;
    position: relative;
}
.honor-list .runImg .run ul li img{
    width: 284px;
    height: 197px;
    border: 6px #442d29 solid;
}
.honor-list .runImg .run ul li .shade{
    position: absolute;
    left: 0;
    top: -209px;
    width: 296px;
    height: 209px;
    background: rgba(68,45,41,0.9);
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
    color: #ffb900;
}
.honor-list .runImg .run ul li .shade  h2{
    display: block;
    line-height: 30px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 50px;
}
.honor-list .runImg .run ul li .shade  h6{
    display: inline-block;
    width: 290px;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.honor-list .runImg .run ul li:hover .shade{
    top: 0;
}

/* 荣誉资质 end*/
/*index-section end*/

/*footer*/
.footer{
    background: url("../images/f-bg01.jpg") center top no-repeat;
    padding: 20px 0;
}
.footer .f-border{
    min-height: 288px;
    border-bottom: 1px rgba(255,185,0,0.12) solid;
    border-top: 1px rgba(255,185,0,0.12) solid;
}
.footer .warpper{
    position: relative;
}
.f-nav{
    float: left;
    height: 108px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}
.f-nav{
    padding-top: 24px;
    margin-bottom: 10px;
}
.f-nav ul li{
    float: left;
    margin-right: 45px;
}
.f-nav ul li a{
    font-size: 14px;
    line-height: 24px;
}
.f-nav ul li h6 a{
    font-weight: bold;
    color: #ffb900;
}
.f-nav ul li p a{
    color: #a4915d;
}
.fast{
    display: inline-block;
    float: left;
    padding-top: 20px;
}
.fast h6{
    font-size: 30px;
    color: #ffb900;
    text-align: center;
    margin-bottom: 20px;
}
.fast .button{
    display: block;
    width: 115px;
    height: 52px;
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 52px;
    padding-left: 70px;
    font-size: 20px;
}
.fast .login{
    background: #ffb900 url('../images/f-icon01.png') 30px center no-repeat;
    color: #4b2927;
}
.fast .know{
    background: #FFFFFF url('../images/f-icon02.png') 33px center no-repeat;
    color: #ffb900;
}
.foot-code{
    float: right;
    padding-top: 20px;
}
.foot-code img{
    display: block;
    width: 117px;
    height: 117px;
    border: 6px #FFFFFF solid;
    border-radius: 10px;
}
.foot-code p{
    display: block;
    width: 127px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #4b2927;
    background: #ffb900;
    border-radius: 10px;
    margin-top: 6px;
}

.copyright{
    color: #544933;
    font-size: 12px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}
.copyright span{
    display: inline-block;
    margin: 0 5px;
}

.float-box{
    position: fixed;
    right: 0;
    top: 40%;
    width: 154px;
    background: #eeeeee;
    border-radius: 5px;
    text-align: center;
    z-index: 99999;
}
@media (max-width: 1508px) {
    .float-box{
        right: 0!important;
    }
}
.float-box h2{
    font-size: 26px;
    line-height: 54px;
    color: #FFFFFF;
    background: #efaf07;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}
.float-box h6{
    height: 50px;
    line-height: 50px;
    background: #e3cf99;
    font-size: 18px;
    color: #4d4d4d;
}
.float-box .float-code{
    padding: 12px 0;
}

.float-box .float-code img{
    width: 109px;
    height: 109px;
    border: 4px #FFFFFF solid;
    border-radius: 4px;
}


.backTop{
    position: absolute;
    right: -86px;
    top: -40px;
}
.backTop a{
    display: block;
    width: 54px;
    height: 54px;
    background: url("../images/backTop.png") left top no-repeat;
}
/*footer end*/

/* sub-section */


/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    border: 1px #cccccc solid;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #e25842;
    border: 1px #e25842 solid;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #cccccc;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #e25842 ;
    border: 1px #e25842 solid;
}
/*------- page end -------*/


.sub-section{

    padding-bottom: 50px;
}
.sub-section .warpper{
    position: relative;
    z-index: 999;
    margin-top: -50px;
    min-height: 400px;
    box-shadow: 0 3px 3px 0 #eeeeee;
}
.title-part{
    background: #ffffff;
    height: 88px;
    border-bottom: 1px #eeeeee solid;
}
.title-part .sub-title{
    float: left;
    width: 240px;
    height: 88px;
    background: url("../images/sub-title.jpg") left top no-repeat;
    padding-left: 28px;
}
.title-part .sub-title h6{
    font-size: 30px;
    line-height: 30px;
    color: #ffb900;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: '宋体';
}
.title-part .sub-title p{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}

.title-part .sub-nav{
    float: left;
}
.sub-nav ul li{
    float: left;
    width: 100px;
    height: 88px;
    margin-right: 1px;
}
.sub-nav ul li a{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 88px;
    text-align: center;
}
.sub-nav ul li.active,.sub-nav ul li:hover{
    background: #ffb900;
}
.title-part .location{
    float: right;
    line-height: 88px;
    margin-right: 28px;
    color: #797979;
}
.title-part .location a{
    color: #797979;
}
.title-part .location a:hover{
    color: #ffb900;
}

/*content*/
.content{
    padding: 50px 25px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
/*content end*/
.article-title{
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}
.article-title h6{
    font-size: 40px;
    color: #ffb900;
    line-height: 40px;
    text-transform: uppercase;
}

/* 发展历程 */
.fzlc {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fzlc hr {
    display: inline-block;
    width: 0px;
    border: 0 none;
    border-right: 2px dashed #E1E1E1;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: -1;
}

.fzlc ul li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.fzlc ul li i {
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url("../images/r01.png") left top no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 46%;
    z-index: 10;
}
.fzlc ul li:hover i{
    background: url("../images/r02.png") left top no-repeat;
}

.fzlc ul li .fzcont {
    float: left;
    width: 42%;
    text-align: right;
}
.fzlc ul li .fzcont .month dl dd .month-num{
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}

.fzlc ul li:nth-child(2n+1) .fzcont {
    float: right;
    width: 44%;
    text-align: left;
}

.fzlc ul li:nth-child(2n+1) .fzcont .month dl dd .month-num{
    text-align: left;
}


.fzlc ul li .fzcont{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.fzlc ul li .fzcont .years {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    font-size: 30px;
    color: #333333;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 10px;
}

.fzlc ul li:hover .fzcont .years {
    color: #ffb900;
}

.fzlc ul li .month{}

.month dl dd{
    margin-bottom: 10px;
}
.month dl dd:hover *{
    color: #ffb900;
}

.month dl dd p{
    display: inline-block;
    width: 430px;
}

.fzmore {
    display: block;
    width: 58px;
    height: 58px;
    background: url('../images/down.png') no-repeat center center;
    border-radius: 50%;
    margin: 0 auto;
}

/* 发展历程 end */

/* 服务须知 */
.notice{}
.notice ul li{
    float: left;
    width: 532px;
    height: 154px;
    border: 1px #ffb900 solid;
    padding: 10px;
}
.notice ul li:nth-child(2n){
    float: right;
}
.notice ul li img{
    float: left;
    display: block;
    width: 294px;
    height: 153px;
}
.notice ul li .notice-detail{
    float: right;
    width: 214px;
    height: 153px;
    color: #393939;
}
.notice-detail h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}
.notice-detail p{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.notice ul li:hover .notice-detail h6{
    color: #ffb900;
}
/* 服务须知 end*/

/* 公司简介 */
.company-profile{
    min-height: 447px;
    background: url("../images/profile-bg.png") right top no-repeat;
}

.company-profile .profile-img{
    float: left;
    width: 292px;
}
.company-profile .profile-img img{
    display: block;
    width: 292px;
    height: auto;
}
.company-profile .profile{
    float: right;
    width: 830px;
}

/* 公司简介 end*/

/* 领导致辞 */
.speech{
    background: #ededed url('../images/speech-bg.jpg') right top no-repeat ;
    padding-top: 50px;
    min-height: 500px;
    padding-bottom: 30px;
}
.speech .article{
    width: 910px;
    margin: 0 auto;
}
/* 领导致辞 end*/

/* 团队介绍 */
.team{
    width: 1150px;
    overflow: hidden;
}
.team ul{
    width: 1160px;
}
.team ul li{
    float: left;
    width: 282px;
    height: 352px;
    background: #d3d3d3;
    margin-right: 6px;
    margin-bottom: 6px;
}
.team ul li .team-img{
    width: 282px;
    height: 225px;
    overflow: hidden;
}
.team ul li .team-img img{
    display: block;
    width: 282px;
    height: 225px;
    transition: all 0.5s;
}
.team ul li:hover .team-img img{
    transform: scale(1.2);
}
.team ul li .team-info{
    width: 262px;
    height: 107px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #414141;
}
.team ul li .team-info h6{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.team ul li .team-info p{
    height: 60px;
    overflow: hidden;
}

.team ul li:hover{
    background: #2e1614;
}
.team ul li:hover .team-info *{
    color: #ffffff;
}
/* 团队介绍 end*/

/* 内页  荣誉资质 */
.honor{
    width: 1150px;
    overflow: hidden;
}
.honor .run{
    width: 1160px;
}
.honor .run ul li{
    float: left;
    width: 270px;
    height: 186px;
    text-align: center;
    position: relative;
    border: 6px #442d29 solid;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
}
.honor .run ul li img{
    display: block;
    width: 270px;
    height: 186px;
        object-fit: contain;
}
.honor .run ul li .shade{
    position: absolute;
    left: 0;
    top: -186px;
    width: 270px;
    height: 186px;
    background: rgba(68,45,41,0.9);
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
    color: #ffb900;
}
.honor .run ul li .shade  h2{
    display: block;
    line-height: 30px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 50px;
}
.honor .run ul li .shade  h6{
    display: inline-block;
    width: 270px;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.honor .run ul li:hover .shade{
    top: 0;
}
/* 内页  荣誉资质 end*/

/* 新闻中心 */
.news{}
.news ul li{
    height: 50px;
    border-bottom: 1px #eeeeee dashed;
    padding-left: 15px;
    background: url("../images/ns01.png") left center no-repeat;
}
.news ul li:hover{
    background: url("../images/ns02.png") left center no-repeat;
}
.news ul li a{
    font-size: 14px;
    line-height: 50px;
}
.news ul li p{
    display: inline-block;
    width: 950px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news ul li span{
    float: right;
}
/* 新闻中心 end*/

/* 合作客户 */
.org{
    width: 1150px;
    overflow: hidden;
}
.org ul{
    width: 1170px;
}
.org ul li{
    float: left;
    width: 218px;
    height: 84px;
    line-height: 84px;
    border: 1px #dedede solid;
    text-align: center;
    margin-right: 11px;
    margin-bottom: 11px;
}
.org ul li img{
    max-width: 200px;
    max-height: 70px;
    vertical-align: middle;
}
.org ul li:hover{
    border: 1px #ffb900 solid;
}
/* 合作客户 end*/

/* 核心业务 */
.business{
    width: 1150px;
    overflow: hidden;
}
.business ul{
    width: 1180px;
}
.business ul li{
    float: left;
    width: 238px;
    height: 245px;
    border: 1px #ffb900 solid;
    padding: 12px 15px;
    margin-right: 23px;
    margin-bottom: 23px;
}
.business ul li a{
    display: block;
    width: 238px;
    height: 245px;
    color: #444444;
}
.business ul li img{
    display: block;
    width: 100%;
    height: 144px;
}
.business ul li .bs-detail{
    margin-top: 10px;
}
.bs-detail h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bs-detail p{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
/* 核心业务 end*/

/* 职位空缺 */
.recruit{}
.recruit ul li{
    margin-bottom: 15px;
}
.recruit-title{
    line-height: 48px;
}
.recruit-title .job{
    float: left;
    width: 1148px;
}
.job-title{
    width: 1068px;
    cursor: pointer;
    padding: 0 40px;
    border: 1px #dedede solid;
}
.job-title dl{
    display: block;
    height: 48px;
}
.job-title dl.active{
}
.job-title dl dt{
    float: left;
    width: 25%;
    font-weight: bold;
}

.job-info{
    display: none;
    width: 1088px;
    transition: none;
    font-size: 12px;
    line-height: 20px;
    padding: 30px;
    border: 1px #dedede solid;
    border-top: none;
    position: relative;
}
.job-info h5{
    font-size: 14px;
    color: #ffb900;
    font-weight: bold;
    margin-bottom: 10px;
}
.job-info .recruit-now{
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width:69px;
    height:40px;
    background: #ffb900 url('../images/btnyp.png') 22px center no-repeat;
    cursor:pointer;
    color: #4b2927;
    font-weight: bold;
    line-height: 40px;
    padding-left: 40px;
    border-radius: 10px;
}
/* 职位空缺 end*/

/* 联系方式 */
.contact{}
.contact .map{
    width: 1150px;
    height: 430px;
}
.contact .contact-way{
    height: 82px;
    border-top: 1px #ffb900 solid;
    border-bottom: 1px #ffb900 solid;
}
.way-select{
    float: left;
    width: 322px;
    height: 96px;
    margin-top: -14px;
    position: relative;
    z-index: 99;
    background: #ffb900;
}
.way-select p{
    float: left;
    width: 168px;
    text-align: right;
    padding-top: 18px;
    line-height: 28px;
}
.way-select p span{
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.way-select p b{
    display: block;
    font-size: 20px;
    color: #4b2927;
    text-transform: uppercase;
}
.way-select select{
    float: left;
    width: 100px;
    height: 28px;
    border: none;
    margin-left: 25px;
    background: #ffffff url("../images/s-bg.png") 80px center no-repeat;
    padding: 0 30px 0 15px;
    margin-top: 35px;
}
.contact-way .ways{
    float: left;
    padding-top: 18px;
}
.ways ul li{
    float: left;
    margin-left: 24px;
    padding-left: 45px;
    color: #4b2927;
    line-height: 22px;
}
.ways ul li.icon01{
    background: url("../images/c01.png") left center no-repeat;
}
.ways ul li.icon02{
    background: url("../images/c02.png") left center no-repeat;
}
.ways ul li.icon03{
    background: url("../images/c03.png") left center no-repeat;
}
.ways p{
    max-width: 370px;
    overflow: hidden;
}
/* 联系方式 end*/

/* 在线注册 */
.online-login{
    min-height: 600px;
    padding: 45px;
    background: #f4f0e4;
}
.online-login .hr{
    border-top: 1px #e8e8e8 solid;
    margin-bottom: 50px;
}
.login-form{}
.login-form .upload{
    float: left;
    width: 400px;
}
.login-form .upload ul li{
    margin-bottom: 40px;
}
.upload .name,.text .name{
    float: left;
    display: inline-block;
    width: 175px;
    line-height: 40px;
    text-align: right;
    margin-right: 20px;
}
.upload-btn{
    float: left;
    width: 200px;
    height: 40px;
    position: relative;
}
.upload-btn button[type='button']{
    float: left;
    width: 116px;
    height: 40px;
    border-radius: 10px;
    background: #969696;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: block;
}
.upload-btn button[type='button'].active{
    background: #ffb900;
}
.upload-btn input[type='file']{
    width: 200px;
    height: 40px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    margin-top: 8px;
}
.upload-btn .file-name{
    float: left;
    display: inline-block;
    width: 84px;
    height: 40px;
    line-height: 40px;
    color:#666666;
}
.text{
    float: right;
    width: 600px;
}
.text ul li{
    margin-bottom: 40px;
}
.text ul li .import{
    float: left;
    width: 405px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 10px;
    padding: 0 15px;
    background: transparent;
}
.text .name{
    width: 125px;
}
.text .file-name{
    float: left;
    display: inline-block;
    width: 80px;
    height: 40px;
}
.form-submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb900;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 50px;
}
.form-submit.active{
    background: #969696;
}

.text .outer{
    float: left;
}
.text .outer select{
    width: 100px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 10px;
    padding: 0 15px;
    background: transparent url("../images/s-bg02.png") 80px center no-repeat;
    color: #999;
}
.agreement{
    display: inline-block;
    position: relative;
    line-height: 40px;
}
.agreement-btn{
    display: inline-block;
    width: 24px;
    height: 20px;
    background: url("../images/xieyi-bg01.png") 2px center no-repeat;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.agreement-btn.active{
    background: url("../images/xieyi-bg02.png") left center no-repeat;
}
.agreement input[type='checkbox'].agree-form{
    position: absolute;
    width: 24px;
    height: 20px;
    left: 0;
    z-index: 9;
    opacity: 0;
}
.agreement input[type='checkbox'].agree-form01{
    position: absolute;
    width: 24px;
    height: 20px;
    left: 0;
    z-index: 9;
    opacity: 0;
}
.fixed_fd,.fixed_fd01 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
}
.fixed_fd .fix_bg,.fixed_fd01 .fix_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.5;
}
.fixed_fd .fixed_cont,.fixed_fd01 .fixed_cont {
    position: absolute;
    width: 1200px;
    height: 660px;
    z-index: 999;
    background: #ffffff;
    border-radius: 10px;
}
.modalTitle {
    display: block;
    height: 47px;
    color: #818181;
    font-size: 28px;
    background: #ffffff;
    padding: 40px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
}
.modalTitle h6 {
    font-size: 30px;
    color: #ffb900;
    margin-top: 10px;
}
.modalTitle .close {
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/close-btn.png") left top no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
}
.container2 {
    width: 1120px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px #eeeeee solid;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: left;
}
.container2 .div_scroll {
    width: 100%;
    height: 440px;
    overflow: auto;
    float: left;
}
.container2 .scroll_container {
    overflow: hidden;
    position: relative;
}
.container2 .scroll_absolute {
    position: absolute;
}
.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.container2 .scroll_track {
    position: relative;
    background-color: #dddddd;
    width: 1px;
}
.container2 .scroll_drag {
    position: relative;
    top: 0;
    left: -2px;
    width: 5px;
    cursor: pointer;
    background-color: #d2d2d2;
    border-radius: 2px;
}
.container2 .scroll_arrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    background-color: #369DB4;
}
.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}

.login{
    width: 500px;
    margin: 0 auto;
    padding-top: 30px;
}
.login .import{
    margin-bottom: 46px;
}
.login .import span{
    display: inline-block;
    width: 50px;
    font-size: 14px;
    line-height: 40px;
}
.login .import input{
    float: left;
    width: 405px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px #dddddd solid;
    background: transparent;
    padding: 0 15px;
    border-radius: 10px;
}

.i-submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb900;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.login .no-username{
    float: right;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #969696;
}
.login-form .no-username{
    float: right;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #969696;
}
.login .username{
    color: #969696;
}
.login .username:hover{
    color: #ffb900;
}

.system-tips{
}
.tips-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px #cccccc solid;
    text-align: left;
    margin-bottom: 40px;
}

.system-info{
    text-align: center;
    padding-top: 10px;
}
.system-info h6{
    display: inline-block;
    line-height: 135px;
    font-size: 30px;
    font-weight: bold;
    color: #ffb900;
}
.system-info h6.icon01{
    background: url("../images/tips01.png") left center no-repeat;
    padding-left: 150px;
}
.system-info h6.icon02{
    background: url("../images/tips02.png") left center no-repeat;
    padding-left: 100px;
}
.system-info h6.icon03{
    background: url("../images/tips03.png") left center no-repeat;
    padding-left: 100px;
}
.system-btn{
    margin-top: 60px;
}
.system-btn a{
    display: inline-block;
    width: 134px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color: #333333;
    margin: 0 10px;
}
.system-btn a.home-btn{
    background: #cbcbcb;
}
.system-btn a.now-login{
    background: #ffb900;
}

/* 个人中心 */
.member-detail{
}
.member-info{
    width: 950px;
    margin: 0 auto 40px;
}
.member-info ul li{
    float: left;
    width: 460px;
    margin-bottom: 40px;
}
.member-info ul li .info-name{
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-right: 30px;
}
.member-info ul li .info-import{
    float: left;
    width: 165px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
}
.member-info ul li.info-photo span{
    height: 100px;
    line-height: 100px;
}
.member-info ul li.info-photo .photo{
    float: left;
    width: 270px;
    height: 100px;
    line-height: 100px;
}
.info-photo .photo img{
    width: auto;
    max-height: 100px;
    vertical-align: middle;
    border: 1px #dddddd solid;
}
.member-info ul li .info-import input2{
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: transparent;
    border: 1px #dddddd solid;
    border-radius: 10px;
}

.info-import .outer{}
.info-import .outer select{
    width: 87px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 10px;
    padding: 0 15px;
    background: transparent url("../images/s-bg02.png") 68px center no-repeat;
    color: #333;
}
.member-info .i-submit{
    display: block;
    width: 500px!important;
    margin: 0 auto;
}

.changepwd{
    width: 520px;
    margin: 0 auto 40px;
    padding-top: 30px;
}
.changepwd .import{
    margin-bottom: 40px;
}
.changepwd .import span{
    display: inline-block;
    width: 60px;
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    color: #333333;
}
.changepwd .import input{
    float: left;
    width: 405px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px #dddddd solid;
    background: transparent;
    padding: 0 15px;
    border-radius: 10px;
}

.i-submit{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb900;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.upload-img {
    padding-bottom: 40px;
    min-height: 250px;
}
/*选择图片框样式*/
#div_imgfile {
    width: 79px;
    height: 101px;
    text-align: center;
    line-height: 101px;
    font-size: 12px;
    cursor: pointer;
    background: #ffb900;
    margin-left: 70px;
}
/*选择图片框鼠标移入移出效果*/
#div_imgfile:hover {
    background-color: #d1cfcf;
}

.imgfile {
    display: none;
}

/*这里是图片预览容器样式*/
#div_imglook {
    margin-top: 20px;
    margin-left: 70px;
}

/*单个图片预览模块样式*/
.lookimg {
    width: 130px;
    height: 130px;
    line-height: 130px;
    box-sizing: border-box;
    border: 1px solid #808080;
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.lookimg img {
    width: 90%;
    vertical-align: middle;
}

/*删除按钮样式*/
.lookimg_delBtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #808080;
    opacity: 0.8;
    color: white;
    font-size: 16px;
    font-family: 微软雅黑;
    display: none;
    cursor: pointer;
}

/*删除按钮移入移出效果*/
.lookimg_delBtn:hover {
    opacity: 1;
}
/*上传进度条样式*/
.lookimg_progress {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    box-sizing: border-box;
    border: 1px solid black;
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.lookimg_progress div {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: #e9cc2e;
}
/*确定上传按钮样式*/
#btn_ImgUpStart {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb900;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 70px;
}

.remarks{}
.remarks .remarks-info{
    text-align: center;
}
.remarks .remarks-info textarea{
    width: 906px;
    height: 215px;
    padding: 10px;
    border: 1px #dddddd solid;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    resize: none;
    background: transparent;
}
.remarks .i-submit{
    display: block;
    width: 520px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffb900;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 30px auto 0;
}


/* 个人中心 end*/
/* 资料下载 */
.download{}
.download .download-title{
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}
.download-title h6{
    font-size: 20px;
    color: #333333;
}
.download-title p{
    font-size: 14px;
    color: #999999;
}
.read-form{
    text-align: center;
    margin-top: 30px;
}
/* 资料下载 end*/

/* 在线注册 end*/

/* sub-section  end*/


.inp{ width:150px; height: 30px;line-height:30px; margin-right:10px; margin-top: 2px; border: 1px #eeeeee solid;}

.about-info{line-height:30px; min-height:400px; padding:30px 0;}


.fileover dd img{width:241px; height:150px;}

.foot-code a:hover{color:#4b2927;}


.member-info ul li:nth-child(20){display:none;}
.member-info ul li:nth-child(21){display:none;}

.content img{
    max-width: 100%;
}
.content .shadow{
    display: none;
}
.contact .name{
   
    display: inline-block;
   
    line-height: 40px;
    
    margin-right: 20px;
}
.contact .outer select{
    width: 100px;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 10px;
    padding: 0 15px;
    background: transparent url("../images/s-bg02.png") 80px center no-repeat;
    color: #999;
}

.contact .outer{
    /*text-align: center;*/
    /*display: inline-block;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
    margin-bottom: 20px;}

.page{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 20px;
}

.page .z-crt{
    background-color: #ffad00;
}
.page a{
    display: block;
    width: 30px;
    border: 1px solid #ffad00;
    margin-left: 5px;
    text-align: center;
}






















